Generate a market report for one Chicago community area using at least three measures. Your market report should have some theme, like a suite of health or transportation measures. Examples of measures could include accessibility to playgrounds, parks, or grocery stores, or rates of poverty, cancer, or income statistics.
At least 1 measure should have a more sophisticated spatial analytic technique used for implementation. This will likely be a measure of some resource access. This could be a point-in-polygon (PIP) operation, buffer analysis (count of buffers or union of buffers showing coverage), density surface, etc.
Additional measures can be visualized as points, lines, choropleth mapping, etc. (Choropleth mapping by itself is not considered the advanced analytic technique required for at least one measure.)
You can include as many maps as you need to for your final report: this may be 1 map with all measures shown, 3 maps each highlighting a different variable, etc.
You must include a summary of your market analysis, including (1) overview of your market and why you chose your measures, (2) description of data including source citations, (3) description of methods used to represent each measure, (4) a cohesive presentation and (5) discussion of the results. You should definitely note how different indicators for your community area exist in relation to its neighboring community areas. The summary can be brief (2-3 paragraphs) but must include the above.
It is recommended that you calculate measures for the entire dataset of Chicago community areas, and then zoom into to your area of interest. If there is no visualization/analysis/discussion of how resources or statistics vary between neighboring areas, you will not receive full credit.
I was interested in looking at the kinds of outdoor amenities/spaces in areas with high levels of afforable housing units. My initial thinking is that there might be a difference in terms of sheer number of outdoor spaces (e.g., parks, playgrounds, etc.) in communities with higher affordable housing units, but also taking into account the “accessibility,” based on walking distance to these spaces. Specficially, I want to know whether parks with a greater variation of amenities overlap with community areas that have a high number of affordable housing units.
I sourced my data from three data sets on the Chicago Data Portal:
When considering “outdoor spaces” in the city of Chicago, I decided to use the measures of park location, number of playgrounds, and number of dog-parks because they are common amenities for city dwellers to take advantage of when seeking outdoor spaces. Especially during COVID-times, going to the playground or walking one’s dog were common reasons and contexts for households to go outside, something that is quite crucial for physical and mental health.
I chose the measures of park amenities (playgrounds and dog parks) because may represent well-resourced parks, and I wanted to understand to what extent affordable housing renters can take advantage of public outdoor spaces for their children or pets.
As for the community I have chosen to focus on, after conducting the initial afforable housing analysis, it is evident that there is a cluster of affordable housing rentals in Humboldt Park, North Lawndale, and Grand Boulevard. I chose to focus on Humboldt Park because there is a large park near to the edge of the community boundary, and it would be interesting to see whether those living in afforable housing rental units could feasible take advantages of these public resources (hence, the focus on access).
Given the variability in the data types and the scope of what we’ve learned in class, I have made three maps that merge these three data sources together. It follows:
Afforable housing points: after transforming the csv data to point data, I plotted the location of affordable housing rentals, then used a point-in-polygon operation to count the number of affordable housing units in a given community boundary
Park areas and amenities: I plotted a chloropleth map of the number of playgrounds in a given park geometry (no need to do a PIP operation here as the data is already summed together)
Dog parks points: there aren’t a lot of dog parks, but I wanted to identify where they were relative to the areas with large numbers of playgrounds, and using a buffer analysis observe convenient/inconvenient they are for neighborhoods that may have a higher number of affordable housing rentals
The first step for the PIP operation was to convert the csv affordable housing data into spatial data. After cleaning for that, I created an initial plot to look at the pattern of affordable housing units in Chicago.
This map reflects two, maybe three, clusters of affordable housing units in the West and South of Chicago. It’s worth exploring the kinds of areas that might have more park spaces and outdoor amentities (playgrounds and dog parks). Do areas with more affordable housing have different levels of “access” to outdoor spaces? In this sense, I have chosen to define access by a both promixity to parks and quality of amenities.
After counting the number of affordable housing units by each community area, the simplest way to summarize this spatial pattern is through a chrolopleth map. I have also included my code for this part below.
#spatial join
housing_in_boundaries <- st_join(housing_pts, boundaries, join = st_within)
#count crimes per tract
housing_pip <- housing_in_boundaries %>%
group_by(community) %>%
count() %>%
rename(afford_house_ct = n)
#removing geometry from previous df
housing_pip <- as.data.frame(housing_pip) %>%
select(community, afford_house_ct)
#merge to main df
housing.parks.df <- merge(boundaries, housing_pip, by="community")
The map has 6 unique bins, and it was evident from this plot that there are three community areas on the West and South side (Humbolt Park, North Lawndale, and Grand Boulevard) that have the highest number of afforable housing units compared to the rest of Chicago. Moving forward I will focus on Humboldt Park and compared this community to neighboring peers.
Similar to the chrolopleth map above, I want to look at the number of playgrounds in Chicago parks. However, since the point-in-polygon operation is already done for this dataset (that is, they already count the number of playgrounds without providing coordinate locations of each playground), I will be creating the chrolopleth map based on existing data provided.
The map above overlays a simple chrolopeth map of the park areas in Chicago that have a playground (by number of playgrounds) with the previously created affordable housing chrolopleth of the PIP operation in part 1. We can see in this plot that Humbolt Park has a park with 5 playgrounds between its borders and West town. However, the rest of the smaller parks within Humbolt Park all have 0-2 playgrounds.
In this plot, I break down the specific location of each affordable housing unit and the nearby parks. We can see that in Humbolt Park, for example, a lot of the affordable housing are clustered together at the south end of the community, which is farther from the parks, however therea re a few units near the large park spaces that has 5 playgrounds. When we compare that to other communities with a high number of affordable housing units, such as North Lawndale, the units are more spread out, for the exception of the cluster of units to the right of Douglas (Stephen) park.
The next section incorporates the dog park data with the above information.
In this last section, I wanted to look at dog parks as an additional park amenity. But, I wanted to plot it as point data to distinguish it from the playground data. I also wanted to practice building buffers in R. This data, as mentioned earlier, is outdated, but it provided the necessary coordinate points I was looking for. The newer park data didn’t provide coordinates for dog parks as an amentity, only whether or not they were present.
Below is the map of the dog park locations after I have cleaned and converted the data to point data.
I added 2 km buffers to the dog parks data to show a walkable reach to each designated dog park. Unsurprisingly, dog parks were in areas with few affordable housing units, perhaps due to the fact that the amenity caters towards a certain demographic of people who are able to afford a pet dog (aka. those who can afford to housing another living animal in their home/are permitted to have pets in their rental units).
Humbolt Park does not have any dog parks according to this data. If we look at neighboring the communities North Lawndale, we see that it also does not have dog parks nearby or in the area. In fact, many of the dog parks are in the Loop and the North Side, suggesting these amentities appear in areas with less affordable housing units (or none at all, in the case of the Gold Coast).
I was curious to explore the relationship between affordable housing rental units and accessibility to outdoor spaces. Humbolt Park and North Lawndale had the highest share of affordable housing rentals (66 units for both communtiies), and because they are neighborhoring communities both with large parks within or sharing the border of their community boundary, I wanted to explore 1) the quality of amentities in these parks, and 2) the distance from the rental units to said amenities.
While Humboldt Park and North Lawndale have a large park within and near to the community, the affordable housing units do not seem to be in close proximity to these higher quality parks (that is, they have playgrounds). Moreoever, dog parks, and additional park feature, is not common in the South and West sides of Chicago, generally. Interestly enough, the neighborhoods between North Lawndale and Humboldt Park (East and West Garfield Park) have low affordable housing units but they surround the larger Garfield (James) park and the smaller Boler (Leo Roscoe, Sr.) and Homan Square Community Center parks. Both of these parks, however, only have 1-2 playgrounds.